func github.com/aws/smithy-go/encoding/xml.encodeByteSlice

2 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		value.go#L169: 	encodeByteSlice(xv.w, (*xv.scratch)[:0], v)
		value.go#L267: func encodeByteSlice(w writer, scratch []byte, v []byte) {